ComponentOne ASP.NET MVC Controls
Placeholder Method (DropDownBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<T,TControl,TBuilder> Class : Placeholder Method
The value.
Configurates C1.Web.Mvc.DropDown<T>.Placeholder. Sets the string shown as a hint when the control is empty.
Syntax
'Declaration
 
Public Function Placeholder( _
   ByVal value As String _
) As TBuilder
public TBuilder Placeholder( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Class
DropDownBuilder<T,TControl,TBuilder> Members